@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");

.secondSection {
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    background: linear-gradient(190deg, #e6dbcd -107.38%, #c5a986 168.6%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconLinks {
    display: flex;
    width: 100%;
    height: 64.222px;
    justify-content: center;
    gap: 150px;
    z-index: 1;
    max-width: max-content;
}

.links {
    width: 41.244px;
    height: 41.244px;
    flex-shrink: 0;
    border-radius: 10.667px;
    background: #fdf7ef;
    z-index: 999999999999999;
}

.linksActive {
    width: 41.244px;
    height: 41.244px;
    flex-shrink: 0;
    border-radius: 10.667px;
    background: #432918;
}

.linksActive .p {
    all: unset;
    display: block;
    color: #432918;
    font-family: Plus Jakarta Sans;
    font-size: 16.222px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.284px;
    width: 140px;
    margin-left: -23px;
    text-wrap: nowrap;
}

.projectProfile {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    padding: 7.3px;
}

.links:hover {
    background-color: #432918;
}
.projectProfile:hover path {
    /* fill: #432918; */
    stroke: #f1e1cd;
}

.no-active-link {
    z-index: 99999;
}

.no-active-link .p {
    all: unset;
    display: block;
    color: #fdf7ef;
    font-family: Plus Jakarta Sans;
    font-size: 14.222px;
    font-weight: 600;
    letter-spacing: 0.284px;
    margin-left: -23px;
    width: 130px;
    margin-top: 5px;
}

.links:hover + .p {
    color: #432918;
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .secondSection {
        height: 65px;
    }
    .iconLinks {
        transform: scale(0.75);
    }
}

@media (min-width: 850px) and (max-width: 1000px) {
    .secondSection {
        height: 60px;
    }
    .iconLinks {
        transform: scale(0.65);
    }
}

@media (max-width: 850px) {
    .secondSection {
        height: 60px;
    }
    .iconLinks {
        transform: scale(0.75);
    }
}
